[XEN] Clean up shutdown handling and ignore opt_noreboot if dom0
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 7 Aug 2006 14:35:06 +0000 (15:35 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 7 Aug 2006 14:35:06 +0000 (15:35 +0100)
commit9ee1bd77bfc225d638c8df106238f875025b5e8f
tree1c3f2a8d2f3358fa195d43390e0d9f6cc41c3bb3
parent3923c6638e50c51781fb5f6f29729c71336eb95a
[XEN] Clean up shutdown handling and ignore opt_noreboot if dom0
shuts down cleanly. The option is intended only to retain information
on the local console in case of a crash.

Based on a patch from Muli Ben-Yehuda <muli@il.ibm.com>

Signed-off-by: Keir Fraser <keir@xensource.com>
15 files changed:
xen/arch/ia64/linux-xen/setup.c
xen/arch/powerpc/domain.c
xen/arch/x86/genapic/es7000plat.c
xen/arch/x86/shutdown.c
xen/arch/x86/traps.c
xen/arch/x86/x86_32/traps.c
xen/arch/x86/x86_64/traps.c
xen/common/Makefile
xen/common/domain.c
xen/common/keyhandler.c
xen/common/shutdown.c [new file with mode: 0644]
xen/drivers/char/console.c
xen/drivers/char/serial.c
xen/include/xen/reboot.h [deleted file]
xen/include/xen/shutdown.h [new file with mode: 0644]